body {
  margin: 0;
  font-family: Orbitron, sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
              url('images/gambling-pattern.jpg') repeat;
  background-size: contain;
  color: #fff;
}

.about-section {
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.about-container {
  max-width: 900px;
  margin: auto;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 1rem;
  background-color: black;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3),
              0 0 20px rgba(255, 0, 0, 0.2),
              0 0 30px rgba(255, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out, transform 0.2s ease;
}

.about-section h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #ff4d4d;
}

.about-full {
  font-size: 2rem;
  line-height: 1.8;
  color: #f1f1f1;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');